LogChannel.GetFloatValue 方法

取得點位置值並將值轉換為 float。

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
public float GetFloatValue(
       int PointIndex
)
Public Function GetFloatValue(
       PointIndex As Integer
) As Single

參數

PointIndex

型別:int

點位置索引。

回傳值

型別:float

回傳一個 float 值。

參見

LogChannel 類別

IntervalZero.KINGSTAR.Base.Class 命名空間